home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Games / Ocean-HDinst / Toki / jst.readme < prev    next >
Text File  |  1997-09-06  |  10KB  |  228 lines

  1. Short: JOTD Startup for JF Fabre HD Installs
  2. Type: game/patch
  3. Author: jffabre@ensica.fr (Jean-François Fabre)
  4. Uploaders: jffabre@ensica.fr (Jean-François Fabre)
  5.  
  6.  
  7. As you could notice, I created and uploaded many HD-Install & fix programs for
  8. non dos games, but all of them were standalone, and in case of an error in the
  9. general loader routines, I had to remake the loader (relink) and upload again.
  10.  
  11. Bert Jahn had developped WHDLoad, which solves this problem because it allows to
  12. load small, game-specific loaders and run them using its own degrade/hd/dos code.
  13. This technique allows easy updates in case of bugs or new functionnalities.
  14.  
  15. That's what I decided to do myself. JST was born from a 8-hour adaptation of
  16. my link library. It's an equivalent to WHDLoad but a bit more powerful
  17. , as the system can be called in the slave loader, messages can be printed,
  18. a gui can be opened, there are lots of cool functions, and much more.
  19. It also allows easier programming of loaders (but WHDLoad is still cool!)
  20.  
  21. WHY THIS PROGRAM HERE:
  22.  
  23. Alone, this program is useless. I uploaded it because it's needed but not included
  24. in my new installs and also Keith Krellwitz ones, because he uses my code.
  25. This allows to save space in the archives and avoids leaving old versions of JST
  26. around if a bug shows up.
  27.  
  28. JOTD HD Startup is © 1995-1997 Jean-François FABRE
  29. JOTDStartup is © 1997 Jean-François FABRE
  30.  
  31.  
  32. JOTDStartup is SHAREWARE!
  33.  
  34. From V0.3 I decided to ask a fee of US$10, 20DM, 7£ or 50FF to be able to become
  35. a registered user. However, I will register whoever I think he or she did something
  36. cool for me (already sent disks, money, sports cars, Sandra Bullock clones...).
  37. Lots of people are already on the list. If you think I forgot you, contact me.
  38.  
  39. If you think this is too expensive, you can use the "limited" shareware version.
  40. It has no limitations compared to older free releases but the new features will
  41. be reserved to registered version. However, if I fix a bug, it will be fixed in
  42. both registered and shareware version of course.
  43. All the future loaders will be compatible with the limited version.
  44.  
  45. I hope you understand JST and all the loaders were hard work for me, that's why
  46. I decided it.
  47. The money will be shared between me and the loaders programmers using JST
  48. (2 for the moment, including me).
  49.  
  50.  
  51. OPTIONS:
  52.  
  53. You can select the options:
  54.  
  55. - From the CLI by typing the arguments (JST ? for help)
  56. - From the WB by activating/disabling the tooltypes
  57.  
  58. Some have effect only on loaders that support them. They will be noted are *OPTIONAL*
  59. Some have effect on all loaders. They're noted as *GENERAL*
  60.  
  61. Here's a short description of the options.
  62.  
  63. - OBJNAME="object": lets you specify an object name (icon launch).
  64.  
  65. - NTSC (GENERAL): default for loader is PAL. NTSC changes this to NTSC (really?)
  66.  
  67. - TRAINER (OPTIONAL): activates trainer when there is one. It can be infinite lives, time, etc...
  68.  
  69. - QUIET (GENERAL): displays nothing and opens no window. No error messages, and no author message.
  70.   Be sure that everything works OK before selecting this one.
  71.  
  72. - NOCACHES (GENERAL): Sets CACR to 0. All caches are disabled. 68060 supported.
  73.  
  74. - NOFAST (GENERAL): If you got crap sprites, this could help.
  75.  
  76. - HDLOAD (GENERAL): to save some memory, you can load from HD instead of caching all the files in RAM.
  77.   It works for diskfiles and normal files.
  78.   Useless in games with only 1 diskfile, use LOWMEM instead.
  79.  
  80. - LOWMEM (OPTIONAL): will not cache diskfiles in memory. Read directly from disk. Useful if you've
  81.   got a A1200/020/NoFast. With normal files, LOWMEM consumes even less memory than HDLOAD. Some
  82.   loaders may bring up and error message. In that case they don't support this option yet.
  83.  
  84. - NOOSSWAP (OPTIONAL): Disables in game HD loads/saves. Depending on the loaders, NOOSSWAP
  85.   will try to access the floppy when you try to save/load a game, or will do nothing.
  86.   If you don't select NOOSSWAP, if the game has some data to write, it will do it on your
  87.   hard drive. It's rather safe (I've been using it for a while now) but you should avoid
  88.   filesystems or disk caches that perform copyback caching (AFS, possible in Dynamicache).
  89.   This is not generally harmful, except if you quit by a reset or the game locks. In that
  90.   case, your hard drive can be unvalidated.
  91.  
  92. - DELAY (GENERAL): Waits 2 seconds before starting the game. Useful if you've just saved the promotion
  93.   prefs (the loader opens an intuition screen) on a screen promoter like NewMode. You only
  94.   have to save it once, but if you don't specify DELAY the first time you run one of my loaders.
  95.   Once the prefs saved to disk properly, you can remove the DELAY option. You can also edit
  96.   a program, change its name to HDStartup in the promoter window and save (NewMode).
  97.   You should not promote the HDStartup screen. It's useless and can create problems. You won't be
  98.   able to run a PAL game in multiscan anyway...
  99.   This DELAY option can also be useful for low speed media. It allows the drive to stop.
  100.   For the moment, only the Pinball Dreams patch allows to use this option.
  101.  
  102. - SAVEDIR (OPTIONAL): allows the user to specify a directory where the game data like hiscores
  103.   or savegames will be saved/loaded. Some loaders with HD saves don't support it yet.
  104.   This function is only available to registered users.
  105.  
  106. Some options are here for debug and developpement purpose only:
  107.  
  108. - DEBUG (GENERAL): useful only for bug reports. Makes a memory image on exit.
  109. - LEAVEVBR (GENERAL): useful only for debugging purposes, and with a debugger such as Action-Replay,
  110.           HRTMon or ThrillKill. Don't select it unless you want to debug.
  111. - TEST (GENERAL): The loader will not start. Only the options selected will be displayed.
  112. - VERBOSE (GENERAL): The loader will display information while initializing (memory, files...)
  113.  
  114. Examples from CLI:
  115.  
  116. JST MagicPocketsHD NOCACHES DELAY NTSC
  117. JST HookHD NOFAST HDLOAD SAVEDIR=ram: (registered users only can use SAVEDIR)
  118.  
  119.  
  120. PROBLEMS:
  121.  
  122. Some error messages can occur before or after the game has started:
  123.  
  124. - Object is not relocatable: the game-specific loader must not address variables in an
  125.   absolute way (this error is more for programmers)
  126.  
  127. - Invalid Object: someone tried to load non-loader objects or other files
  128.  
  129. - Not enough memory: try to free some memory. Playing with NOFAST and HDLOAD can help too.
  130.  
  131. - Unsupported version: some games exist in different versions. I try to support some of them,
  132.   but if the program does not recognize the version, it can display this message (it can crash too!).
  133.  
  134. - Exception occured: some illegal instruction was encountered while the game executes. Try NOCACHES and
  135.   NOFAST to see if it helps.
  136. - LINEF/MOVEP (68060) encountered: Same thing.
  137.  
  138. - Wrong virtual disk ID: patch error. Contact author.
  139.  
  140. - Diskfile not found, Disk Read Error: in HDLOAD mode, a file is missing.
  141.  
  142. - GetDiskPointer called while in LOWMEM mode: LOWMEM is not possible with this loader.
  143.  
  144. - Not enough memory while you've got plenty: check the priority of your different
  145.   memory expansion card, because JST uses MEMF_REVERSE, and maybe that's the cause.
  146.  
  147. If the game simply hangs or resets, check that you don't have some MMU related program
  148. running (enforcer, VMM...) or low level patches like Fastexec. My patches are reported
  149. to work with softkicked amigas, though.
  150. Some versions of the 68060.library can bring up problems too (gfx errors)
  151.  
  152. The game can crash if it finds an exception and there is not enough memory to restore the
  153. system and display the exception message. Buy some more mem :-)
  154.  
  155.  
  156. History:
  157.  
  158. V0.3 : JST is now SHAREWARE. Some features are only accessible to registered users.
  159.  
  160.        "Crippled" version:
  161.        VERBOSE tooltype added. RNC\02 unpack method added to RNCDecrunch(),
  162.        Alloc24BitMem() function added (for some games which do not like 32 bit fastmem)
  163.        Read/Write/DeleteUserFileHD() functions added to support SAVEDIR
  164.        (developper(s?) please update your loaders which load/save user data to disk)
  165.  
  166.        Registered version: SAVEDIR tooltype added
  167.  
  168. V0.2e: internal release
  169.  
  170. V0.2d: NOOSSWAP no longer forbids HDLOAD or LOWMEM. It's now a user flag
  171.  
  172. V0.2c: fixed bug in LoadDisksFromName (Cadaver), changed task name to "JOTDStartup"
  173.  
  174. V0.2b: changed intuition screen depth from 8 colors to 16
  175.  
  176. V0.2a: fixed bug with LoadDisksIndex and LOWMEM (Superfrog intro)
  177.  
  178. V0.2: first aminet release, few details changed
  179.  
  180. V0.1: developper release
  181.  
  182.  
  183. STILL TO DO:
  184.  
  185. - Fix a bug in memory allocation which prevents the use of fast memory in some cases
  186.  
  187. - Reset clock on quit if battery backed up clock is found (thanx to the 2 users who
  188.   suggested it to me) (Registered users only)
  189.  
  190. - Prefetch diskfile data in memory to avoid too much os swaps in LOWMEM mode
  191.   (Registered users only)
  192.  
  193. - Restore some 1.x compatibility for argument processing.
  194.  
  195. - Some other secret cool features :)
  196.  
  197.  
  198. DISCLAIMER:
  199.  
  200. I'm not responsible for any damage caused directly or indirectly by this piece
  201. of software.
  202.  
  203. DISTRIBUTION:
  204.  
  205. The shareware version of JST and my HD work can be distributed freely. However, I'd appreciate
  206. that you drop me a line if you include it in a coverdisk or PD collection.
  207. If you like (or you dislike) this piece of software, you can e-mail me.
  208.  
  209. The registered version of JST should NOT be distributed.
  210.  
  211. ME:
  212.  
  213. Visit my patch page, where all my HD work is gathered, along with some other
  214. quality installers (all for original software), and some other interesting
  215. related freeware stuff:
  216.  
  217. http://www.ensica.fr/~jffabre/patches.html
  218.  
  219. And my home page (totally stupid stuff):
  220.  
  221. http://www.ensica.fr/~jffabre/ (english)
  222. http://www.ensica.fr/~jffabre/index_fr.html (french)
  223.  
  224. E-mail: jffabre@ensica.fr
  225.  
  226.  
  227. Jeff
  228.